14. Exercise: Handle Dynamic Links

Task Description:

In the previous video, we received Firebase Dynamic Links in Green Thumb for plant descriptions when the app is already installed. Implement the code to handle both when the app is installed (handled in PlantDetailActivity) and when the app isn't installed yet (handled in MainActivity).

Task List: